github.com/jackc/pgx/v5/internal/sanitize.sqlLexer.nested (field)

4 uses

	github.com/jackc/pgx/v5/internal/sanitize (current package)
		sanitize.go#L209: 	nested    int    // multiline comment nesting level.
		sanitize.go#L474: 				l.nested++
		sanitize.go#L483: 			if l.nested == 0 {
		sanitize.go#L486: 			l.nested--